aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga/[title]/[id]/[read]
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-04-26 18:56:04 +0000
committerzephex-alt <[email protected]>2024-04-26 18:56:04 +0000
commitadc2555489011934b209ddcd42668d1d6727db3e (patch)
treefa5dc2f9793cf355278fd6e2bb1e0864579a8d73 /src/app/manga/[title]/[id]/[read]
parentMerge branch 'real-zephex:master' into master (diff)
downloaddramalama-adc2555489011934b209ddcd42668d1d6727db3e.tar.xz
dramalama-adc2555489011934b209ddcd42668d1d6727db3e.zip
removed edge runtime
Diffstat (limited to 'src/app/manga/[title]/[id]/[read]')
-rw-r--r--src/app/manga/[title]/[id]/[read]/page.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/manga/[title]/[id]/[read]/page.jsx b/src/app/manga/[title]/[id]/[read]/page.jsx
index f1e777d..01080bf 100644
--- a/src/app/manga/[title]/[id]/[read]/page.jsx
+++ b/src/app/manga/[title]/[id]/[read]/page.jsx
@@ -2,8 +2,6 @@ import styles from "./read.module.css";
import Image from "next/image";
import DownloadManga from "./download";
-export const runtime = "edge";
-
export default async function Read({ params }) {
const chapterId = params.read;
const results = await getPages(chapterId);